home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1998
/
MacHack 1998.toast
/
Programming Contest
/
~Solutions Submitted
/
Problem 02 - Three and One
/
Solution.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-06-19
|
315 b
|
19 lines
|
[
TEXT/CWIE
]
#ifndef __SOLUTION_H__
#define __SOLUTION_H__
// Do not modify this file
#include <MacTypes.h>
#include <Files.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
pascal OSErr HowerOfTanoi( const FSSpec* infile, const FSSpec* outfile );
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // __SOLUTION_H__